.row.display-flex {
  display: flex;
  flex-wrap: wrap;
}
.row.display-flex > [class*='col-'] {
  display: flex;
  flex-direction: column;
}
.LlenaFicha { height:100%;}

/*our_team*/
.our_team1 .team_title {
	background: none;
	font-style: italic;
	padding: 10px 0;
}
.our_team1 .team_social {
	border-top: 1px dashed #cfcfcf;
	padding: 12px 0 0px;
	margin-top: 10px;
	font-size: 30px;
}
.our_team1 .team_social a {
	color: #ed474a;
	transition: color ease-in 200ms;
	-moz-transition: color ease-in 200ms; /* Firefox 4 */
	-webkit-transition: color ease-in 200ms; /* Safari and Chrome */
	-o-transition: color ease-in 200ms; /* Opera */
	-ms-transition: color ease-in 200ms; /* IE9? */
}
.our_team1 .team_social a:hover {
	color: #2e2e2e;
}

 @media only screen and (max-width: 767px) {
 .tteam_list {
	 max-width:350px;
	 margin:auto;}
 
 }

